home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / README.TXT < prev    next >
Text File  |  1994-04-25  |  4KB  |  92 lines

  1. -----------------------------------------------------------------------------
  2. Welcome to the KLIPPER.LIB Library for CA-Clipper 5.x
  3. -----------------------------------------------------------------------------
  4.  
  5. First, most Klipper Library functions that do screen I/O support multiple
  6. video modes.  I typically work in 132x50.  If you switch video modes
  7. before starting the KLIPDOCS.EXE program, most of the functions that do
  8. "freeform" full screen i/o will expand to use all available screen area.
  9.  
  10. -----------------------------------------------------------------------------
  11.  
  12. You most likely would not believe me if I told you how many hundreds of hours
  13. have gone into developing this library.  So I won't even try.
  14.  
  15. But the fact that it is now in your hands makes the effort worthwhile.
  16.  
  17. The KLIPPER.LIB Library, Spring '94, is a FREEWARE library.  This means you
  18. are free to use it where ever and whenever you please with no payments no
  19. royalties, and no liscencing of any kind.  You do not even have to credit me
  20. in your reference manual or user documentation (although I won't object if
  21. you do!)
  22.  
  23. The library is copyright material, which means only that you may not change
  24. it and put your name on it and then turn around and redistribute it as your
  25. product.  You are however granted an unlimited runtime liscence to use it,
  26. intact, in whatever fashion you see fit (short of the above restriction).
  27. The copyright only serves to protect my identity as the author.
  28.  
  29. The library is composed of approximately 200 functions covering almost every
  30. aspect of systems development and several others "just for fun."  The library
  31. is not a "theme" library as it were, (like NetLib or dGE).  It has a little of
  32. everything.  Most of it is useful, and some of it is just for fun.
  33.  
  34. In the interest of making it as portable as possible, a MINIMAL use of
  35. code blocks and Clipper Objects (most notably tBrowse) has been made.
  36.  
  37. This should make it fairly simple to port to FoxPro, DBXL, QuickSilver,
  38. Force, dBase, or Recital, etc.  There are a few instances where code
  39. blocks are used (sorry, but sometimes it is the only way to make something
  40. happen).  Also, there is a Clipper error object defined in _Prepare() that
  41. will not be portable to other xBase dialects (like they could use if you
  42. did).  These are kept to a MINIMUM.
  43.  
  44.  
  45. SOURCE CODE
  46. -----------
  47.  
  48. The source code to the library is available for $25.00 US Funds (Foreign
  49. checks MUST be drawn on an American bank, or you may use International
  50. Postal Money Order).  The source code is NOT freeware and may NOT be
  51. distributed in any fashion unless you pay me the $25.00 registration
  52. fee for each copy that you distribute.  In the event that you sell the
  53. library to a third person, you must provide the source code in
  54. UNMODIFIED form, and all copyright notices must remain intact.
  55.  
  56.  
  57. SHAREWARE DISTRIBUTORS
  58. ----------------------
  59.  
  60. You are free to distribute this library, and it's accompanying documentation
  61. in whatever manner you see fit.  The only restrictions are:
  62.  
  63. 1. You must distribute an UNMODIFIED copy (The latest unmodified copy
  64.    will always be available on CompuServe), and,
  65.  
  66. 2. You may not charge a disk or distribution fee (or any other fee) in excess
  67.    of $5 (American funds or equivalent).
  68.  
  69. THE AUTHOR
  70. ----------
  71.  
  72. Contact me with questions and suggestions:
  73.  
  74. Kirby L. Wallace
  75. CIS              : 70262,524
  76. Kirby Wallace    : FidoNet 1:170/110
  77. The Penumbra BBS : (918) 835-7109 14.4K N81 (Home/Support BBS)
  78. InterNet         : 70262,524@compuserve.com
  79. WWIVLink         : 343@9852
  80.  
  81. FidoNet CLIPPER echo: Kirby Wallace
  82.  
  83. US. SnailMail:
  84.  
  85.     9727 East 11th Street
  86.     Suite 148
  87.     Tulsa, OK.  74128
  88.     USA
  89.  
  90.  
  91.  
  92.